home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 March
/
CHIP Mart 1997.iso
/
SurfCam
/
SURFCAM.Z
/
OKUBAN2.M3
< prev
next >
Wrap
Text File
|
1996-04-01
|
3KB
|
130 lines
name Okuma/Bandit 2 2 Axis
/ 00
& 00
N >4
X ->3.>4
A 00 /
Y ->3.>4
I ->3.>4
J ->3.>4
Q ->3.>4 Z
E >3.>1 F
F >3.>1
T >22
M >2
G >2
ModalGs 0 1 73 74 76 80 81 82 83 84 85 # List of g codes that are modal
ModalLetters X Y F # List of letters that are modal
Sequence#s N 0 1 1 # Char, freq, incr & start
HCode X # X or X U 'Horizontal char.
VCode Y # Y or Y V 'Vertical char.
FeedCode F # Feed rate char.
Comment ( ) # Begin End comment char.
Spindle 3 4 5 # Cw, ccw & stop m codes
Coolant 8 9 7 # On, Off & Mist m codes
DComp 41 42 40 # Left, Right & Cancel m codes
LComp # On & Off codes
Spaces? Y # Y or N 'Spaces between words
CtrIncremental? N # Y or N 'Inc or abs I & J
ByQuadrants? y # Y or N 'Break arcs at quadrants
Inc/Abs G 91 90 # Inc & Abs char. & values
CtrCode I J # I J or R or I J K L
Helical? N
Incremental? N # Y or N 'Inc or abs output
Feed # Linear move
Rapid F50 # Rapid positioning word
Cw # Circular move clockwise
Ccw # Circular move counter clockwise
RevSigns Q # List of letters to reverse signs
UppercaseComments? Y # Y or N 'Require uppercase comments
Drill # Drilling canned/manual cycle
I[H] J[V]
M0
end
Peck # Pecking canned/manual cycle
I[H] J[V]
M0
end cancel
Tap # Tapping canned/manual cycle
I[H] J[V]
M0
end cancel
LTap # Left handed tapping cycle
I[H] J[V]
M0
end cancel
Ream # Reaming canned/manual cycle
I[H] J[V]
M0
end
Bore # Boring canned/manual cycle
I[H] J[V]
M0
end cancel
Back # Back boring canned/manual cycle
I[H] J[V]
M0
end cancel
Cancel # Cancel a canned/manual cycle
G80
end
StartCode # Start of the program
&0
G90
X0 Y0 G92
End
1stToolChange # First tool change
I[H] J[V]
M6
End
Infeed # Enable cutter comp
F[Plunge]
F[Frate]
G[Side]
X[H] Y[V]
end
Outfeed # Disable cutter comp
G40 X[H] Y[V]
end
ToolChange # Secondary tool changes
I[ToolH] J[ToolV]
M6
I0 J0
X0 Y0 G92
End
EndCode # End of the program
I0 J0
M2
End